home *** CD-ROM | disk | FTP | other *** search
/ CD Action 68 - Disc 1 / cdaction-68.iso / bonus / bonus 1.exe / programy / hwmon15 / HWMON.INF < prev    next >
Windows Setup INFormation  |  2000-10-02  |  5KB  |  156 lines

  1. ; HWMON.INF
  2. ; Setup INF file for Hardware Monitor v1.5
  3. ; Copyright (c) 2000 Rainbow Software (http://rnbw.tsx.org)
  4.  
  5. [version]
  6. signature="$CHICAGO$"
  7. AdvancedINF=2.5
  8.  
  9. [DefaultInstall]
  10. CustomDestination = HWMon.Destination
  11. CopyFiles      = HWMon.Install.Inf,HWMon.Install.App,HWMon.Install.Help
  12. AddReg         = HWMon.Install.Reg,HWMon.Register.Remove.W95
  13. UpdateInis     = HWMon.Install.Inis
  14.  
  15. [HWMon.PreUninstall.W95]
  16. CustomDestination=HWMon.Existing
  17.  
  18. [HelperUtility.PreUninstall.W95]
  19. rundll32 advpack.dll,LaunchINFSection %17%\hwmon.inf,HWMon.PreUninstall.W95,1,N
  20.  
  21. [HWMon.Remove.W95]
  22. SmartReboot = I
  23. BeginPrompt = HWMon.Remove.BeginPrompt
  24. EndPrompt = HWMon.Remove.EndPrompt
  25. CustomDestination = HWMon.Existing
  26.  
  27. DelFiles       = HWMon.Remove.Help,HWMon.Remove.App,HWMon.Remove.Inf
  28. DelReg         = HWMon.Remove.Reg
  29. DelDirs        = HWMon.Remove.Dirs
  30. UpdateInis     = HWMon.Remove.Inis
  31. RunPreSetupCommands = HelperUtility.PreUninstall.W95
  32.  
  33. [HWMon.Remove.BeginPrompt]
  34. Prompt="%REMOVE_CONFIRMATION_PROMPT%"
  35. ButtonType=YESNO
  36. Title="%PRODUCT_NAME_AND_VER%"
  37.  
  38. [HWMon.Remove.EndPrompt]
  39. Prompt="%REMOVE_COMPLETION_PROMPT%"
  40.  
  41. [DestinationDirs]
  42. HWMon.Install.App        = 49000  ; HWMonDir
  43. HWMon.Install.Help       = 18    ; Help directory
  44. HWMon.Install.Inf        = 17    ; LDID_INF
  45. HWMon.Remove.App         = 49000  ; HWMonDir
  46. HWMon.Remove.Help        = 18    ; Help directory
  47. HWMon.Remove.Inf         = 17    ; LDID_INF
  48.  
  49. [HWMon.Destination]
  50. 49300,49301=ProgramFilesDir,5
  51. 49000,49001,49002=HWMonDir.Install,1
  52. 49400=SourceDir
  53.  
  54. [HWMon.Existing]
  55. 49000,49001,49002=HWMonDir.Remove,7
  56.  
  57. [HWMonDir.Install]
  58. HKCU,"%KEY_HWMON%",'InstallationDirectory','%INSTALL_DIR_PROMPT%',"%49301%\%HWMONDIR%"
  59.  
  60. [HWMonDir.Remove]
  61. HKLM,"%KEY_HWMON%",'InstallationDirectory','',''
  62. "","","",'%REMOVE_NODIR_ERROR%',""
  63.  
  64. [ProgramFilesDir]
  65. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%"
  66.  
  67. [HWMon.Remove.Dirs]
  68. %49000%
  69.  
  70. [HWMon.Install.Inf]
  71. hwmon.inf
  72.  
  73. [HWMon.Install.Help]
  74. hwmon.hlp
  75. hwmon.cnt
  76.  
  77. [HWMon.Remove.Help]
  78. hwmon.hlp,,,1
  79. hwmon.cnt,,,1
  80.  
  81. [HWMon.Install.App]
  82. hwmon.exe
  83.  
  84. [HWMon.Remove.App]
  85. hwmon.exe,,,1
  86.  
  87. [HWMon.Remove.Inf]
  88. hwmon.inf,,,1
  89.  
  90. [HWMon.Register.Remove.W95]
  91. HKLM,%KEY_UNINSTALL%,"DisplayName",,"%PRODUCT_NAME_AND_VER%"
  92. HKLM,%KEY_UNINSTALL%,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\hwmon.inf,HWMon.Remove.W95"
  93. HKLM,%KEY_UNINSTALL%,"RequiresIESysFile",,"4.71"
  94.  
  95. [HWMon.Install.Reg]
  96. HKLM,%KEY_HWMON%,"InstallationDirectory",,"%49001%"
  97.  
  98. [HWMon.Remove.Reg]
  99. HKLM,%KEY_HWMON%
  100. HKLM,%KEY_UNINSTALL%
  101.  
  102. [HWMon.Install.Inis]
  103. setup.ini, progman.groups,,"groupstp="%PGMGRP_STARTUP%""
  104. setup.ini, groupstp,, """%PGMITEM_HWMON%"", ""%49002%\hwmon.exe"" -tray"
  105.  
  106. [HWMon.Remove.Inis]
  107. setup.ini, progman.groups,,"groupstp="%PGMGRP_STARTUP%""
  108. setup.ini, groupstp,, """%PGMITEM_HWMON%"""
  109.  
  110. [SourceDisksNames]
  111. 1=%DISK1%,"",1
  112.  
  113. [SourceDisksFiles]
  114. hwmon.exe=1
  115. hwmon.hlp=1
  116. hwmon.cnt=1
  117. hwmon.inf=1
  118.  
  119. [Strings]
  120. ; ************************************************************************
  121. ; IMPORTANT - Be sure to place any localizable strings below the
  122. ; "LOCALIZATION BORDER" comment.
  123. ; ************************************************************************
  124.  
  125. KEY_HWMON     = "SOFTWARE\Rainbow Software\HwMon"
  126. KEY_UNINSTALL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HWMon"
  127.  
  128. HWMONDIR      = "HWMon"
  129.  
  130. PRODUCT_NAME            = "Hardware Monitor"
  131. PRODUCT_NAME_AND_VER    = "Hardware Monitor 1.5"
  132.  
  133. ; This string is not necessarily localizable, but may be customizable.
  134. ; It can also be set via System Policies.
  135.  
  136. DISK1            = "Hardware Monitor Files"
  137.  
  138. ; Program folder and item names
  139. PGMGRP_STARTUP   = "StartUp"
  140. PGMITEM_HWMON    = "Hardware Monitor"
  141.  
  142. ; Prompt for installation directory
  143. INSTALL_DIR_PROMPT = "Please enter the directory in which to install the Hardware Monitor Files:"
  144. REMOVE_NODIR_ERROR = "Hardware Monitor is not installed on this computer."
  145. REMOVE_CONFIRMATION_PROMPT = "This will remove Hardware Monitor. Do you wish to continue?"
  146. REMOVE_COMPLETION_PROMPT = "Hardware Monitor has been removed successfully."
  147.  
  148. ; Two-letter ID of locale/language
  149. LOCALE_ID = "EN"
  150.  
  151. ; Strings for auto generated install
  152. INSTALLPROMPT           = "This will install Hardware Monitor. Do you wish to continue?";
  153. FINISHMESSAGE           = "Hardware Monitor has been installed successfully.";
  154. FILEDESC                = "Hardware Monitor Installation Program";
  155.  
  156.